﻿body {
    margin: 0;
    font-size: 14px;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.validation-summary-errors {
    color: red;
}

.field-validation-error {
    color: red;
    display: block;
}


.index-margintop {
    margin-top: 27px;
}

.index-heigth {
    height: 287px;
}

.index-block {
    width: 480px;
    background-color: #f1f1f1;
    border: 1px solid #e9e9e9;
}

.index-block-padding {
    padding: 18px 28px 18px 28px;
}

.index-block-header {
    color: #b0141a;
    font-size: 16px;
    margin-bottom: 16px;
}

    .index-block-header a {
        float: right;
        font-size: 12px;
        line-height: 26px;
        color: gray;
    }


        .index-block-header a:link,
        .index-block-header a:visited,
        .index-block-header a:hover,
        .index-block-header a:active {
            text-decoration: none;
            color: gray;
        }


.index-block-icon {
    padding-right: 10px;
    vertical-align: sub;
    font-size: 16px;
}

.index-block-headline {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .index-block-headline a {
        color: black;
    }

.index-block-headlinebeirf {
    word-break: break-all;
    font-size: 12px;
    color: gray;
}

.index-block-headlinelink {
    word-break: break-all;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .index-block-headlinelink a {
        color: black;
    }

.index-block-blackline {
    height: 1px;
    background-color: #cccccc;
    margin-top: 15px;
    margin-bottom: 16px;
}

.content-title {
    font-size: 28px;
    font-family: "微软雅黑";
    text-align: center;
    font-weight: bold;
    width: 770px;
    color: #333333;
    margin: 0 auto;
    margin-top: 30px;
}

.content_from {
    color: #434343;
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 32px;
    text-align: center;
}

    .content_from a:link {
        color: #434343;
        text-decoration: none;
    }

    .content_from a:hover {
        color: #434343;
        text-decoration: underline;
    }

    .content_from a:visited {
        color: #434343;
        text-decoration: none;
    }

.content_main {
    width: 810px;
    margin: 0 auto;
}

    .content_main div {
        text-align: LEFT;
        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 36px;
        color: #666666;
    }

        .content_main div a:link {
            color: #a40000;
            text-decoration: underline;
        }

        .content_main div a:hover {
            color: #dc143c;
            text-decoration: underline;
        }

        .content_main div a:visited {
            color: #666666;
            text-decoration: underline;
        }

.accessible-wrap {
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accessible-body {
    position: fixed;
    z-index: 10;
    width: 100%;
    min-width: 1000px;
    text-align: right;
    padding: 10px 0;
    font-size: 14px;
    background-color: white;
    border-bottom: 1px solid #ddd;
    margin-right:50px;
}

.accessible-body-fixed {
    height: 47px;
}

.accessible-body span {
    display: inline-block;
    padding: 0 10px;
    margin-left: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f3f3f3 ;
    line-height: 24px;
    color: #444 ;
    cursor: pointer;
}
.main-wrap {
    margin: 0 auto;
    width: 1000px;
}
.bottomlink {
    background-color: #ececec;
    height: 39px;
    font-size: 15px;
    line-height: 42px;
}

.PriceSearchLink a {
    font-size: 18px;
    color: #a40000;
}

.scheduleBlock{
    float:left;
    width:100px;
    border:1px dashed #7abaf1;
    margin: 5px;
    padding:5px;
    text-align:center;
}
.scheduleDate{
    font-size:18px;
}
.scheduleTimes a {
    font-size:14px;
    padding:5px;
    margin:5px;
}
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 10px;
    padding-right: 10px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
